home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / LSP⁄C.cpt / Read Me < prev   
Encoding:
Text File  |  1989-01-04  |  1.2 KB  |  37 lines  |  [TEXT/KAHL]

  1. Congratulations to the THINK Technologies Division of Symantec
  2. for THINK Pascal 2.0!!
  3.  
  4. Another _outstanding_ development tool.
  5.  
  6. I was pleased to see that THINK C libraries could be included
  7. in THINK Pascal projects.  I suspected that many pointer intensive
  8. routines would best be written in C, using register variables to
  9. decrease execution time.
  10.  
  11. So, I commenced to write a C routine which would fill a pointer
  12. with a character, assuming it would execute faster than any
  13. equivalent routine written in Pascal.  I was surprised at the
  14. results.  Make that astounded.  So, I investigated further, and
  15. this little demo project, or projects, is the result.
  16.  
  17. It seems to me that development systems for microcomputers are
  18. becoming quite sophisticated, generating tighter, more efficient
  19. code all the while.  Perhaps we'll reach a point some time soon
  20. where the development environment, or language, will simply be
  21. a matter of preference of syntax, as the generated code will be
  22. indistinguishable from language to language.
  23.  
  24. Any comments?  I'd like to hear them.
  25.  
  26. Galen Babcock
  27.  
  28. CompuServe:        74666,2457
  29. GEnie:            G.BABCOCK
  30.  
  31. or 
  32.  
  33. Computer Programming Services, Inc.
  34. 4200 Somerset        Suite 230
  35. Prairie Village, KS.   66208
  36.  
  37.